GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-04T05:55:08.7282052+00:00",
"SubmitDate": "2026-01-04T05:55:08.7282052+00:00",
"ReportPeriodStart": "2026-01-04T05:55:08.7282052+00:00",
"ReportPeriodEnd": "2026-01-04T05:55:08.7282052+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1fd175a4-ae46-4236-9cef-f6633ded0f46",
"Rows": [
{
"ItemId": "3d3a3f4b-1a6c-4c90-9bf1-5ba0c8a13576",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3d3a3f4b-1a6c-4c90-9bf1-5ba0c8a13576",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1fd175a4-ae46-4236-9cef-f6633ded0f46",
"Rows": [
{
"ItemId": "3d3a3f4b-1a6c-4c90-9bf1-5ba0c8a13576",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3d3a3f4b-1a6c-4c90-9bf1-5ba0c8a13576",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9b5f9c38-7790-41b4-a563-90a9415c95c1",
"30791946-12af-40c9-ae13-d95d52a3a132"
],
"Approvers": [
"4ff6316e-5005-4450-9882-2f4d0c08e3f2",
"411a2b60-5b4d-4649-87e7-b7d0127c426a"
],
"ApprovedBy": "6bd6e550-ac21-421a-9981-4a76f3e961a3",
"ApprovalDate": "2026-01-04T05:55:08.7282052+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9c9e1b61-9789-49c0-bef1-49d90c6260b7",
"id": "ba47ec94-a14c-43c9-91fc-3ad9315d094d",
"ConfigId": "0b2e3b8c-2210-48fe-b44c-89bf690be02c"
},
{
"GenerationDate": "2026-01-04T05:55:08.7282052+00:00",
"SubmitDate": "2026-01-04T05:55:08.7282052+00:00",
"ReportPeriodStart": "2026-01-04T05:55:08.7282052+00:00",
"ReportPeriodEnd": "2026-01-04T05:55:08.7282052+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1fd175a4-ae46-4236-9cef-f6633ded0f46",
"Rows": [
{
"ItemId": "3d3a3f4b-1a6c-4c90-9bf1-5ba0c8a13576",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3d3a3f4b-1a6c-4c90-9bf1-5ba0c8a13576",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1fd175a4-ae46-4236-9cef-f6633ded0f46",
"Rows": [
{
"ItemId": "3d3a3f4b-1a6c-4c90-9bf1-5ba0c8a13576",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3d3a3f4b-1a6c-4c90-9bf1-5ba0c8a13576",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9b5f9c38-7790-41b4-a563-90a9415c95c1",
"30791946-12af-40c9-ae13-d95d52a3a132"
],
"Approvers": [
"4ff6316e-5005-4450-9882-2f4d0c08e3f2",
"411a2b60-5b4d-4649-87e7-b7d0127c426a"
],
"ApprovedBy": "6bd6e550-ac21-421a-9981-4a76f3e961a3",
"ApprovalDate": "2026-01-04T05:55:08.7282052+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9c9e1b61-9789-49c0-bef1-49d90c6260b7",
"id": "ba47ec94-a14c-43c9-91fc-3ad9315d094d",
"ConfigId": "0b2e3b8c-2210-48fe-b44c-89bf690be02c"
}
]